home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / U_Z / ZONEUP.ZIP / install.bat < prev    next >
DOS Batch File  |  1996-01-16  |  582b  |  27 lines

  1. @echo off
  2. if exist "C:\raid\raid.exe" goto fc
  3. goto error
  4. :fc
  5. echo Copying update file...
  6. copy e2t5h C:\raid\dat 
  7. goto end
  8. :error
  9. echo Zone Raiders was not found at the default directory.
  10. echo Please check that the path and file names are correct.
  11. Echo  
  12. echo If necessary, please follow the manual installation
  13. echo instructions included with the update disk.
  14. goto eend
  15. :end
  16. Echo  
  17. echo  
  18. echo The file has been successfully copied to your hard drive.
  19. echo Update complete.
  20. C:
  21. cd\raid
  22. echo  
  23. echo Type "RAID" to play Zone Raiders.
  24. goto eend
  25. :eend
  26. echo    
  27.